Click or drag to resize

RepeatTime Constructor (TimeSpan, TimeSpan, TimeSpan)

Initializes a new instance of the RepeatTime class with the specified repeat interval, duration and offset.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RepeatTime(
	TimeSpan repeatInterval,
	TimeSpan duration,
	TimeSpan offset
)

Parameters

repeatInterval
Type: SystemTimeSpan
duration
Type: SystemTimeSpan
offset
Type: SystemTimeSpan
See Also